home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Dialog2 / h / Defs
Encoding:
Text File  |  1995-06-22  |  513 b   |  25 lines

  1. #ifndef __dl_dialog2_defs_h
  2. #define __dl_dialog2_defs_h
  3.  
  4. #ifndef __dl_event_h
  5. #include "DeskLib:Event.h"
  6. #endif
  7.  
  8. #ifndef __dl_dialog2_h
  9. #include "DeskLib:Dialog2.h"
  10. #endif
  11.  
  12.  
  13.  
  14.  
  15. void    Dialog2__CommonOpenCode( dialog2_block *dialog2);
  16. void    Dialog2__CommonOpenMenuCode( dialog2_block *dialog2);
  17.  
  18. BOOL    Dialog2__CloseDialogInternal( 
  19.     dialog2_block    *dialog2, 
  20.     BOOL        closemenu,    /* If TRUE, close the current menu if dialog is a menu    */
  21.     BOOL        deletewindow    /* If TRUE, delete the window if dialog2 allows.    */
  22.     );
  23.  
  24. #endif
  25.